Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] Fix satellite fetching race condition #514

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mvandenburgh
Copy link
Member

Fixes #513.

This is only for the core app; once we settle on the correct way to fix this, I'll apply it to scoring as well.

@BryonLewis
Copy link
Contributor

I see that you updated the task or the downloading of modelRun images but the same problem then exists, where the modelrun download requires that the celery task be up and running before it is initiated and generates the SatelliteFetching rows.

This is going to require a change to: https://github.com/ResonantGeoData/RD-WATCH/blob/main/rdwatch/core/views/model_run.py#L511

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SatelliteFetching is created too late in image download process
2 participants